Skip to content

Conversation

rli
Copy link
Contributor

@rli rli commented Aug 29, 2025

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

rli and others added 30 commits March 6, 2025 11:32
…anes on local or remote (#5463)

* Fixing bugs IDE-16164 and IDE-16163
…#5489)

https://developer.mozilla.org/en-US/docs/Web/API/Clipboard
`navigator.clipboard` is only accessible from a "secure context", which JCEF does not think we are using,
because the URI authority is not localhost or https. Since we are hooking onto the CEF resource request handler,
it does not matter what we use for the scheme/authority as long as there is no conflict with real resources.

Previous implementation used a different load mechanism which somehow met the secure context criteria.
@rli rli requested review from a team as code owners August 29, 2025 21:58
Copy link

github-actions bot commented Aug 29, 2025

Qodana Community for JVM

13 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 6
Extension class should be final and non-public 🔶 Warning 2
ActionUpdateThread is missing 🔶 Warning 1
Unused symbol 🔶 Warning 1
Private property naming convention ◽️ Notice 2
Boolean expression can be simplified ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@rli rli merged commit d0c9049 into main Sep 3, 2025
11 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants